C# Class ME3Explorer.Unreal.Classes.DecalActor

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
DC DecalComponent
Decal int
DrawScale float
DrawScale3D System.Vector3
Group int
MyIndex int
MyMatrix Matrix
Props List
Rotator Vector3
Tag int
bCanStepUpOn bool
data byte[]
location Vector3
pcc ME3Package

Public Methods

Method Description
DecalActor ( ME3Package Pcc, int Index ) : System
DxToRotator ( System.Vector3 v ) : System.Vector3
ProcessTreeClick ( int path, bool AutoFocus ) : void
Render ( Device device ) : void
RotatorToDX ( Vector3 v ) : Vector3
SetSelection ( bool Selected ) : void
ToTree ( ) : TreeNode

Method Details

DecalActor() public method

public DecalActor ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
return System

DxToRotator() public method

public DxToRotator ( System.Vector3 v ) : System.Vector3
v System.Vector3
return System.Vector3

ProcessTreeClick() public method

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
return void

Render() public method

public Render ( Device device ) : void
device Device
return void

RotatorToDX() public method

public RotatorToDX ( Vector3 v ) : Vector3
v Vector3
return Vector3

SetSelection() public method

public SetSelection ( bool Selected ) : void
Selected bool
return void

ToTree() public method

public ToTree ( ) : TreeNode
return TreeNode

Property Details

DC public property

public DecalComponent,ME3Explorer.Unreal.Classes DC
return DecalComponent

Decal public property

public int Decal
return int

DrawScale public property

public float DrawScale
return float

DrawScale3D public property

public Vector3,System DrawScale3D
return System.Vector3

Group public property

public int Group
return int

MyIndex public property

public int MyIndex
return int

MyMatrix public property

public Matrix MyMatrix
return Matrix

Props public property

public List Props
return List

Rotator public property

public Vector3 Rotator
return Vector3

Tag public property

public int Tag
return int

bCanStepUpOn public property

public bool bCanStepUpOn
return bool

data public property

public byte[] data
return byte[]

location public property

public Vector3 location
return Vector3

pcc public property

public ME3Package pcc
return ME3Package