C# Class ME3Explorer.Unreal.Classes.DecalComponent

Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
CachedMaxDrawDistance float
DecalMaterial int
DecalRotation float
DepthBias float
FarPlane float
FilterMode int
Height float
LocalTranslucencySortPriority int
MaxDrawDistance float
MyIndex int
NearPlane float
OffsetX float
OffsetY float
Props List
ReplacementPrimitive int
SlopeScaleDepthBias float
SortOrder int
TileX float
TileY float
TranslucencySortPriority int
Width float
bAcceptsDynamicDecals bool
bAcceptsLights bool
bAllowCullDistanceVolume bool
bFlipBackfaceDirection bool
bNoClip bool
bProjectOnBSP bool
bProjectOnBackfaces bool
bProjectOnSkeletalMeshes bool
bProjectOnTerrain bool
data byte[]
pcc ME3Package

Public Methods

Method Description
DecalComponent ( ME3Package Pcc, int Index ) : System
ProcessTreeClick ( int path, bool AutoFocus, System.Matrix m ) : void
Render ( Device device, System.Matrix m ) : void
SetSelection ( bool Selected ) : void
ToTree ( ) : TreeNode

Method Details

DecalComponent() public method

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

ProcessTreeClick() public method

public ProcessTreeClick ( int path, bool AutoFocus, System.Matrix m ) : void
path int
AutoFocus bool
m System.Matrix
return void

Render() public method

public Render ( Device device, System.Matrix m ) : void
device Device
m System.Matrix
return void

SetSelection() public method

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

ToTree() public method

public ToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

Property Details

CachedMaxDrawDistance public_oe property

public float CachedMaxDrawDistance
return float

DecalMaterial public_oe property

public int DecalMaterial
return int

DecalRotation public_oe property

public float DecalRotation
return float

DepthBias public_oe property

public float DepthBias
return float

FarPlane public_oe property

public float FarPlane
return float

FilterMode public_oe property

public int FilterMode
return int

Height public_oe property

public float Height
return float

LocalTranslucencySortPriority public_oe property

public int LocalTranslucencySortPriority
return int

MaxDrawDistance public_oe property

public float MaxDrawDistance
return float

MyIndex public_oe property

public int MyIndex
return int

NearPlane public_oe property

public float NearPlane
return float

OffsetX public_oe property

public float OffsetX
return float

OffsetY public_oe property

public float OffsetY
return float

Props public_oe property

public List Props
return List

ReplacementPrimitive public_oe property

public int ReplacementPrimitive
return int

SlopeScaleDepthBias public_oe property

public float SlopeScaleDepthBias
return float

SortOrder public_oe property

public int SortOrder
return int

TileX public_oe property

public float TileX
return float

TileY public_oe property

public float TileY
return float

TranslucencySortPriority public_oe property

public int TranslucencySortPriority
return int

Width public_oe property

public float Width
return float

bAcceptsDynamicDecals public_oe property

public bool bAcceptsDynamicDecals
return bool

bAcceptsLights public_oe property

public bool bAcceptsLights
return bool

bAllowCullDistanceVolume public_oe property

public bool bAllowCullDistanceVolume
return bool

bFlipBackfaceDirection public_oe property

public bool bFlipBackfaceDirection
return bool

bNoClip public_oe property

public bool bNoClip
return bool

bProjectOnBSP public_oe property

public bool bProjectOnBSP
return bool

bProjectOnBackfaces public_oe property

public bool bProjectOnBackfaces
return bool

bProjectOnSkeletalMeshes public_oe property

public bool bProjectOnSkeletalMeshes
return bool

bProjectOnTerrain public_oe property

public bool bProjectOnTerrain
return bool

data public_oe property

public byte[] data
return byte[]

pcc public_oe property

public ME3Package pcc
return ME3Package