Class MaterialList
Inheritance
System.Object
MaterialList
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pixyz.OptimizeSDK.Native.Material
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class MaterialList
Constructors
MaterialList()
Declaration
public MaterialList()
MaterialList(Int32)
Declaration
public MaterialList(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size |
MaterialList(UInt32[])
Declaration
public MaterialList(uint[] tab)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32[] | tab |
Fields
list
Declaration
public uint[] list
Field Value
Type | Description |
---|---|
System.UInt32[] |
Properties
Item[Int32]
Declaration
public uint this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.UInt32 |
length
Declaration
public int length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operators
Implicit(MaterialList to UInt32[])
Declaration
public static implicit operator uint[](MaterialList o)
Parameters
Type | Name | Description |
---|---|---|
MaterialList | o |
Returns
Type | Description |
---|---|
System.UInt32[] |