C# Class Gibbed.RED.FileFormats.Script.RawTypeDefinition

Exibir arquivo Open project: yole/Gibbed.RED Class Usage Examples

Public Properties

Property Type Description
Flags TypeDefinitionFlags
Name string
NativePropertyCount int
ScriptedPropertyCount int
Type NativeType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Flags public_oe property

public TypeDefinitionFlags Flags
return TypeDefinitionFlags

Name public_oe property

public string Name
return string

NativePropertyCount public_oe property

public int NativePropertyCount
return int

ScriptedPropertyCount public_oe property

public int ScriptedPropertyCount
return int

Type public_oe property

public NativeType Type
return NativeType