Class GhostCollectionAuthoringComponent
Inheritance
GhostCollectionAuthoringComponent
Syntax
public class GhostCollectionAuthoringComponent : MonoBehaviour, IConvertGameObjectToEntity
Fields
DeserializerCollectionPath
Declaration
public string DeserializerCollectionPath
Field Value
Ghosts
Declaration
public List<GhostCollectionAuthoringComponent.Ghost> Ghosts
Field Value
NamePrefix
Declaration
Field Value
RootPath
Declaration
Field Value
SerializerCollectionPath
Declaration
public string SerializerCollectionPath
Field Value
Methods
Convert(Entity, EntityManager, GameObjectConversionSystem)
Declaration
public void Convert(Entity entity, EntityManager dstManager, GameObjectConversionSystem conversionSystem)
Parameters
Type |
Name |
Description |
Entity |
entity |
|
EntityManager |
dstManager |
|
GameObjectConversionSystem |
conversionSystem |
|
FindComponentWithName(String)
Declaration
public Type FindComponentWithName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns