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

Show file 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 property

public TypeDefinitionFlags Flags
return TypeDefinitionFlags

Name public property

public string Name
return string

NativePropertyCount public property

public int NativePropertyCount
return int

ScriptedPropertyCount public property

public int ScriptedPropertyCount
return int

Type public property

public NativeType Type
return NativeType