C# Class ME3Explorer.Unreal.Classes.BrushComponent

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

Méthodes publiques

Свойство Type Description
BlockActors bool
BlockNonZeroExtent bool
BlockRigidBody bool
BlockZeroExtent bool
Brush int
BrushMesh CustomVertex.PositionColored[]
CachedPhysBrushDataVersion int
CanBlockCamera bool
CollideActors bool
Faces int[]
MyIndex int
PhysMaterialOverride int
Props List
RBChannel int
ReplacementPrimitive int
Vertices System.Vector3[]
bAcceptsDynamicDecals bool
bAcceptsDynamicDominantLightShadows bool
bAcceptsDynamicLights bool
bAcceptsFoliage bool
bAcceptsLights bool
bAllowAmbientOcclusion bool
bAllowCullDistanceVolume bool
bAllowShadowFade bool
bCastDynamicShadow bool
data byte[]
isSelected bool
pcc ME3Package

Méthodes publiques

Méthode Description
BrushComponent ( ME3Package Pcc, int Index ) : System
GetArrayCount ( byte raw ) : int
GetArraySize ( byte raw ) : int
ReadFaces ( byte raw ) : void
ReadMesh ( byte raw ) : void
ReadVertices ( byte raw ) : void
Render ( Device device ) : void
SetSelection ( bool Selected ) : void
ToTree ( ) : TreeNode

Method Details

BrushComponent() public méthode

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

GetArrayCount() public méthode

public GetArrayCount ( byte raw ) : int
raw byte
Résultat int

GetArraySize() public méthode

public GetArraySize ( byte raw ) : int
raw byte
Résultat int

ReadFaces() public méthode

public ReadFaces ( byte raw ) : void
raw byte
Résultat void

ReadMesh() public méthode

public ReadMesh ( byte raw ) : void
raw byte
Résultat void

ReadVertices() public méthode

public ReadVertices ( byte raw ) : void
raw byte
Résultat void

Render() public méthode

public Render ( Device device ) : void
device Device
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

BlockActors public_oe property

public bool BlockActors
Résultat bool

BlockNonZeroExtent public_oe property

public bool BlockNonZeroExtent
Résultat bool

BlockRigidBody public_oe property

public bool BlockRigidBody
Résultat bool

BlockZeroExtent public_oe property

public bool BlockZeroExtent
Résultat bool

Brush public_oe property

public int Brush
Résultat int

BrushMesh public_oe property

public CustomVertex.PositionColored[] BrushMesh
Résultat CustomVertex.PositionColored[]

CachedPhysBrushDataVersion public_oe property

public int CachedPhysBrushDataVersion
Résultat int

CanBlockCamera public_oe property

public bool CanBlockCamera
Résultat bool

CollideActors public_oe property

public bool CollideActors
Résultat bool

Faces public_oe property

public int[] Faces
Résultat int[]

MyIndex public_oe property

public int MyIndex
Résultat int

PhysMaterialOverride public_oe property

public int PhysMaterialOverride
Résultat int

Props public_oe property

public List Props
Résultat List

RBChannel public_oe property

public int RBChannel
Résultat int

ReplacementPrimitive public_oe property

public int ReplacementPrimitive
Résultat int

Vertices public_oe property

public Vector3[],System Vertices
Résultat System.Vector3[]

bAcceptsDynamicDecals public_oe property

public bool bAcceptsDynamicDecals
Résultat bool

bAcceptsDynamicDominantLightShadows public_oe property

public bool bAcceptsDynamicDominantLightShadows
Résultat bool

bAcceptsDynamicLights public_oe property

public bool bAcceptsDynamicLights
Résultat bool

bAcceptsFoliage public_oe property

public bool bAcceptsFoliage
Résultat bool

bAcceptsLights public_oe property

public bool bAcceptsLights
Résultat bool

bAllowAmbientOcclusion public_oe property

public bool bAllowAmbientOcclusion
Résultat bool

bAllowCullDistanceVolume public_oe property

public bool bAllowCullDistanceVolume
Résultat bool

bAllowShadowFade public_oe property

public bool bAllowShadowFade
Résultat bool

bCastDynamicShadow public_oe property

public bool bCastDynamicShadow
Résultat bool

data public_oe property

public byte[] data
Résultat byte[]

isSelected public_oe property

public bool isSelected
Résultat bool

pcc public_oe property

public ME3Package pcc
Résultat ME3Package