C# Class CryEngine.Initialization.EntityRegistrationParams

Mostra file Open project: PoppermostProductions/CryMono Class Usage Examples

Public Properties

Property Type Description
category string
editorHelper string
editorIcon string
flags EntityClassFlags
name string
properties object[]

Property Details

category public_oe property

public string category
return string

editorHelper public_oe property

public string editorHelper
return string

editorIcon public_oe property

public string editorIcon
return string

flags public_oe property

public EntityClassFlags flags
return EntityClassFlags

name public_oe property

public string name
return string

properties public_oe property

EntityProperty array containing properties.
public object[] properties
return object[]