Метод | Описание | |
---|---|---|
CollisionLevel ( int bit ) : CollisionLevelType |
Gets the collisions level.
|
|
CollisionPick ( int bit ) : CollisionPickType |
Gets the collisions pick.
|
|
Load ( string filePath ) : void |
Loads the specified file. If resource is found, it is loaded as a Text asset. Otherwise, the function assumes this is an editor load and reads from disk
|
|
ZSC ( ) : System.Collections.Generic |
Initializes a new instance of the ZSC class.
|
|
ZSC ( string filePath ) : System.Collections.Generic |
Initializes a new instance of the ZSC class.
|
Метод | Описание | |
---|---|---|
Load ( ) : void |
Loads the specified file.
|
public static CollisionLevel ( int bit ) : CollisionLevelType | ||
bit | int | The bit. |
Результат | CollisionLevelType |
public static CollisionPick ( int bit ) : CollisionPickType | ||
bit | int | The bit. |
Результат | CollisionPickType |
public Load ( string filePath ) : void | ||
filePath | string | The file path of the Text Asset resource (without extension) or file (with extension) to load |
Результат | void |
public ZSC ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ZSC ( string filePath ) : System.Collections.Generic | ||
filePath | string | The file path. |
Результат | System.Collections.Generic |