C# Class idTech5Map.Map.Entity

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_IBL bool
m_Local2World float4x4
m_Model Model
m_Name string
m_Owner Map
m_RefMapName string
m_Type TYPE

Méthodes publiques

Méthode Description
Entity ( Map _Owner ) : System
Parse ( string _Block ) : bool

Private Methods

Méthode Description
ParseContent ( string _Content ) : void
ParseEntityDef ( string _Block ) : bool
ParseModel ( string _Model ) : void
ParseOrientation ( string _Orientation ) : void

Method Details

Entity() public méthode

public Entity ( Map _Owner ) : System
_Owner Map
Résultat System

Parse() public méthode

public Parse ( string _Block ) : bool
_Block string
Résultat bool

Property Details

m_IBL public_oe property

public bool m_IBL
Résultat bool

m_Local2World public_oe property

public float4x4 m_Local2World
Résultat float4x4

m_Model public_oe property

public Model m_Model
Résultat Model

m_Name public_oe property

public string m_Name
Résultat string

m_Owner public_oe property

public Map,idTech5Map m_Owner
Résultat Map

m_RefMapName public_oe property

public string m_RefMapName
Résultat string

m_Type public_oe property

public TYPE m_Type
Résultat TYPE