C# Class Initialize, ndn-mog

Inheritance: MonoBehaviour
Afficher le fichier Open project: remap/ndn-mog Class Usage Examples

Méthodes publiques

Свойство Type Description
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,

Méthodes publiques

Méthode Description
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 octList ) : bool
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 startingOct ) : void
readConfFromFile ( string fileName ) : bool
setPosCallback ( string prefix, string name, remap location ) : bool
trackOctant ( List octList ) : int
untrackOctant ( List octList ) : int
updateOctantList ( int x, int y, int z ) : int

Private Methods

Méthode Description
toggleVisibility ( Transform obj, bool state ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

destroyOctant() public méthode

public destroyOctant ( string name, int x, int y, int z ) : void
name string
x int
y int
z int
Résultat void

inOct() public méthode

public inOct ( int x, int y, int z, List octList ) : bool
x int
y int
z int
octList List
Résultat bool

infoCallback() public méthode

public infoCallback ( string prefix, string name, string info ) : bool
prefix string
name string
info string
Résultat bool

instantiateOctant() public méthode

public instantiateOctant ( string name, int x, int y, int z ) : void
name string
x int
y int
z int
Résultat void

nullFunc() public méthode

public nullFunc ( string s1, string s2 ) : bool
s1 string
s2 string
Résultat bool

populateAsteroids() public méthode

public populateAsteroids ( List startingOct ) : void
startingOct List
Résultat void

readConfFromFile() public méthode

public readConfFromFile ( string fileName ) : bool
fileName string
Résultat bool

setPosCallback() public méthode

public setPosCallback ( string prefix, string name, remap location ) : bool
prefix string
name string
location remap
Résultat bool

trackOctant() public méthode

public trackOctant ( List octList ) : int
octList List
Résultat int

untrackOctant() public méthode

public untrackOctant ( List octList ) : int
octList List
Résultat int

updateOctantList() public méthode

public updateOctantList ( int x, int y, int z ) : int
x int
y int
z int
Résultat int

Property Details

asteroids public_oe property

public Transform[] asteroids
Résultat Transform[]

cubeTransform public_oe static_oe property

public static Transform cubeTransform
Résultat Transform

gameEntityHashtable public_oe property

public Hashtable, gameEntityHashtable
Résultat Hashtable,

gameInstanceName public_oe property

public string gameInstanceName
Résultat string

hashtableLock public_oe property

public Mutex, hashtableLock
Résultat Mutex,

hubPrefix public_oe property

public string hubPrefix
Résultat string

instance public_oe property

public Instance, instance
Résultat Instance,

instantiated public_oe property

public bool instantiated
Résultat bool

log public_oe property

public Logging, log
Résultat Logging,

loggingLevel public_oe property

public string loggingLevel
Résultat string

minimapCamera public_oe property

public Transform minimapCamera
Résultat Transform

playerName public_oe property

public string playerName
Résultat string

playerTransform public_oe static_oe property

public static Transform playerTransform
Résultat Transform

playersParentTransform public_oe property

public Transform playersParentTransform
Résultat Transform

renderList public_oe property

public List renderList
Résultat List

renderListLock public_oe property

public Mutex, renderListLock
Résultat Mutex,

renderString public_oe property

public string renderString
Résultat string

selfLocation public_oe property

public Vector3,remap.NDNMOG.DiscoveryModule selfLocation
Résultat remap.NDNMOG.DiscoveryModule.Vector3

selfTransform public_oe property

public Transform selfTransform
Résultat Transform

trackedOctant public_oe property

public Hashtable, trackedOctant
Résultat Hashtable,