C# Class ME3Explorer.Unreal.PropertyReader.Property

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Name int
Size int
TypeVal PropertyType
Value PropertyValue
offend int
offsetval int
raw byte[]

Property Details

Name public property

public int Name
return int

Size public property

public int Size
return int

TypeVal public property

public PropertyType TypeVal
return PropertyType

Value public property

public PropertyValue Value
return PropertyValue

offend public property

public int offend
return int

offsetval public property

public int offsetval
return int

raw public property

public byte[] raw
return byte[]