C# Class ME3Explorer.UnrealHelper.UPropertyReader.Property

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Meta List
name string
offset int
raw byte[]
value string

Property Details

Meta public property

public List Meta
return List

name public property

public string name
return string

offset public property

public int offset
return int

raw public property

public byte[] raw
return byte[]

value public property

public string value
return string