C# Class ME3Explorer.Unreal.Classes.DecalComponent

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public DecalComponent ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
Résultat System

ProcessTreeClick() public méthode

public ProcessTreeClick ( int path, bool AutoFocus, System.Matrix m ) : void
path int
AutoFocus bool
m System.Matrix
Résultat void

Render() public méthode

public Render ( Device device, System.Matrix m ) : void
device Device
m System.Matrix
Résultat void

SetSelection() public méthode

public SetSelection ( bool Selected ) : void
Selected bool
Résultat void

ToTree() public méthode

public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

Property Details

CachedMaxDrawDistance public_oe property

public float CachedMaxDrawDistance
Résultat float

DecalMaterial public_oe property

public int DecalMaterial
Résultat int

DecalRotation public_oe property

public float DecalRotation
Résultat float

DepthBias public_oe property

public float DepthBias
Résultat float

FarPlane public_oe property

public float FarPlane
Résultat float

FilterMode public_oe property

public int FilterMode
Résultat int

Height public_oe property

public float Height
Résultat float

LocalTranslucencySortPriority public_oe property

public int LocalTranslucencySortPriority
Résultat int

MaxDrawDistance public_oe property

public float MaxDrawDistance
Résultat float

MyIndex public_oe property

public int MyIndex
Résultat int

NearPlane public_oe property

public float NearPlane
Résultat float

OffsetX public_oe property

public float OffsetX
Résultat float

OffsetY public_oe property

public float OffsetY
Résultat float

Props public_oe property

public List Props
Résultat List

ReplacementPrimitive public_oe property

public int ReplacementPrimitive
Résultat int

SlopeScaleDepthBias public_oe property

public float SlopeScaleDepthBias
Résultat float

SortOrder public_oe property

public int SortOrder
Résultat int

TileX public_oe property

public float TileX
Résultat float

TileY public_oe property

public float TileY
Résultat float

TranslucencySortPriority public_oe property

public int TranslucencySortPriority
Résultat int

Width public_oe property

public float Width
Résultat float

bAcceptsDynamicDecals public_oe property

public bool bAcceptsDynamicDecals
Résultat bool

bAcceptsLights public_oe property

public bool bAcceptsLights
Résultat bool

bAllowCullDistanceVolume public_oe property

public bool bAllowCullDistanceVolume
Résultat bool

bFlipBackfaceDirection public_oe property

public bool bFlipBackfaceDirection
Résultat bool

bNoClip public_oe property

public bool bNoClip
Résultat bool

bProjectOnBSP public_oe property

public bool bProjectOnBSP
Résultat bool

bProjectOnBackfaces public_oe property

public bool bProjectOnBackfaces
Résultat bool

bProjectOnSkeletalMeshes public_oe property

public bool bProjectOnSkeletalMeshes
Résultat bool

bProjectOnTerrain public_oe property

public bool bProjectOnTerrain
Résultat bool

data public_oe property

public byte[] data
Résultat byte[]

pcc public_oe property

public ME3Package pcc
Résultat ME3Package