Свойство | Тип | Описание | |
---|---|---|---|
asteroids | Transform[] | ||
cubeTransform | Transform | ||
gameEntityHashtable | Hashtable, | ||
gameInstanceName | string | ||
hashtableLock | Mutex, | ||
hubPrefix | string | ||
instance | Instance, | ||
instantiated | bool | ||
log | Logging, | ||
loggingLevel | string | ||
minimapCamera | Transform | ||
playerName | string | ||
playerTransform | Transform | ||
playersParentTransform | Transform | ||
renderList | List |
||
renderListLock | Mutex, | ||
renderString | string | ||
selfLocation | remap.NDNMOG.DiscoveryModule.Vector3 | ||
selfTransform | Transform | ||
trackedOctant | Hashtable, |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
OnApplicationQuit ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
destroyOctant ( string name, int x, int y, int z ) : void | ||
inOct ( int x, int y, int z, List |
||
infoCallback ( string prefix, string name, string info ) : bool | ||
instantiateOctant ( string name, int x, int y, int z ) : void | ||
nullFunc ( string s1, string s2 ) : bool | ||
populateAsteroids ( List |
||
readConfFromFile ( string fileName ) : bool | ||
setPosCallback ( string prefix, string name, remap location ) : bool | ||
trackOctant ( List |
||
untrackOctant ( List |
||
updateOctantList ( int x, int y, int z ) : int |
Метод | Описание | |
---|---|---|
toggleVisibility ( Transform obj, bool state ) : void |
public destroyOctant ( string name, int x, int y, int z ) : void | ||
name | string | |
x | int | |
y | int | |
z | int | |
Результат | void |
public inOct ( int x, int y, int z, List |
||
x | int | |
y | int | |
z | int | |
octList | List |
|
Результат | bool |
public infoCallback ( string prefix, string name, string info ) : bool | ||
prefix | string | |
name | string | |
info | string | |
Результат | bool |
public instantiateOctant ( string name, int x, int y, int z ) : void | ||
name | string | |
x | int | |
y | int | |
z | int | |
Результат | void |
public nullFunc ( string s1, string s2 ) : bool | ||
s1 | string | |
s2 | string | |
Результат | bool |
public populateAsteroids ( List |
||
startingOct | List |
|
Результат | void |
public readConfFromFile ( string fileName ) : bool | ||
fileName | string | |
Результат | bool |
public setPosCallback ( string prefix, string name, remap location ) : bool | ||
prefix | string | |
name | string | |
location | remap | |
Результат | bool |
public untrackOctant ( List |
||
octList | List |
|
Результат | int |
public updateOctantList ( int x, int y, int z ) : int | ||
x | int | |
y | int | |
z | int | |
Результат | int |
public static Transform cubeTransform | ||
Результат | Transform |
public static Transform playerTransform | ||
Результат | Transform |
public Transform playersParentTransform | ||
Результат | Transform |
public Vector3,remap.NDNMOG.DiscoveryModule selfLocation | ||
Результат | remap.NDNMOG.DiscoveryModule.Vector3 |