Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

AnimPropertyBinderList

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
  • object
  • AnimPropertyBinderList

Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class AnimPropertyBinderList

Constructors

AnimPropertyBinderList(AnimPropertyBinder[])

public AnimPropertyBinderList(AnimPropertyBinder[] tab)
Parameters

Type

Name

Description

AnimPropertyBinder[]tab

AnimPropertyBinderList(int)

public AnimPropertyBinderList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public AnimPropertyBinder this[int index] { get; set; }
Returns

Type

Description

AnimPropertyBinder

list

public AnimPropertyBinder[] list
Returns

Type

Description

AnimPropertyBinder[]

Operators

implicit operator AnimPropertyBinder[](AnimPropertyBinderList)

public static implicit operator AnimPropertyBinder[](AnimPropertyBinderList o)
Parameters

Type

Name

Description

AnimPropertyBinderListo
Returns

Type

Description

AnimPropertyBinder[]