![]() |
Liberi
An exergame built for kids with CP!
|
The spawn-time information of a spawned object. More...
Public Attributes | |
GameObject | Prefab |
The prefab from which this object is instantiated. More... | |
Vector3 | Position |
The position at which this object was spawned. More... | |
Vector3 | Direction |
The direction this object was facing when it was spawned. More... | |
int | OwnerPeerIndex |
The peer index of the peer which owns this object. More... | |
UJeli | Details |
Additional spawn details. More... | |
The spawn-time information of a spawned object.
Definition at line 13 of file SpawnInfo.cs.
UJeli SpawnInfo.Details |
Additional spawn details.
Definition at line 34 of file SpawnInfo.cs.
Vector3 SpawnInfo.Direction |
The direction this object was facing when it was spawned.
Definition at line 26 of file SpawnInfo.cs.
int SpawnInfo.OwnerPeerIndex |
The peer index of the peer which owns this object.
Definition at line 30 of file SpawnInfo.cs.
Vector3 SpawnInfo.Position |
The position at which this object was spawned.
Definition at line 22 of file SpawnInfo.cs.
GameObject SpawnInfo.Prefab |
The prefab from which this object is instantiated.
Definition at line 18 of file SpawnInfo.cs.