Class CustomBakeMapList
Inheritance
CustomBakeMapList
Syntax
[Serializable]
public class CustomBakeMapList
Constructors
CustomBakeMapList(int)
Declaration
public CustomBakeMapList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
CustomBakeMapList(CustomBakeMap[])
Declaration
public CustomBakeMapList(CustomBakeMap[] tab)
Parameters
Fields
list
Declaration
public CustomBakeMap[] list
Field Value
Properties
this[int]
Declaration
public CustomBakeMap this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator CustomBakeMap[](CustomBakeMapList)
Declaration
public static implicit operator CustomBakeMap[](CustomBakeMapList o)
Parameters
Returns