C# Class idTech5Map.Map.Entity

Mostrar archivo Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_IBL bool
m_Local2World float4x4
m_Model Model
m_Name string
m_Owner Map
m_RefMapName string
m_Type TYPE

Public Methods

Method Description
Entity ( Map _Owner ) : System
Parse ( string _Block ) : bool

Private Methods

Method Description
ParseContent ( string _Content ) : void
ParseEntityDef ( string _Block ) : bool
ParseModel ( string _Model ) : void
ParseOrientation ( string _Orientation ) : void

Method Details

Entity() public method

public Entity ( Map _Owner ) : System
_Owner Map
return System

Parse() public method

public Parse ( string _Block ) : bool
_Block string
return bool

Property Details

m_IBL public_oe property

public bool m_IBL
return bool

m_Local2World public_oe property

public float4x4 m_Local2World
return float4x4

m_Model public_oe property

public Model m_Model
return Model

m_Name public_oe property

public string m_Name
return string

m_Owner public_oe property

public Map,idTech5Map m_Owner
return Map

m_RefMapName public_oe property

public string m_RefMapName
return string

m_Type public_oe property

public TYPE m_Type
return TYPE