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