C# Class ME3Explorer.Unreal.PSAFile.PSABone

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
childs int
flags int
index int
length float
location PSAPoint
name string
parent int
rotation PSAQuad
size PSAPoint

Property Details

childs public property

public int childs
return int

flags public property

public int flags
return int

index public property

public int index
return int

length public property

public float length
return float

location public property

public PSAPoint location
return PSAPoint

name public property

public string name
return string

parent public property

public int parent
return int

rotation public property

public PSAQuad rotation
return PSAQuad

size public property

public PSAPoint size
return PSAPoint