C# Class ME3Explorer.Matinee.InterpGroup

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

Méthodes publiques

Свойство Type Description
BioForcedLodModel int
GroupAnimSets List
InterpTracks List
bIsParented bool
index int
keyPropView TreeView
listEntry PPath
m_eSFXFindActorMode byteprop
m_nmSFXFindActor int
pcc ME3Package

Protected Properties

Свойство Type Description
collapsed bool
colorAccent PNode
groupColor Color
propView TreeView
title SText

Méthodes publiques

Méthode Description
InterpGroup ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
OnCameraChanged ( PCamera c ) : void
ToTree ( ) : void
addTrack ( InterpTrack t ) : void

Méthodes protégées

Méthode Description
LoadData ( ) : void
openInPCCEd_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
listEntry_MouseDown ( object sender, PInputEventArgs e ) : void

Method Details

InterpGroup() public méthode

public InterpGroup ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
idx int
pccobj ME3Package
Résultat ME3Explorer.SequenceObjects

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

OnCameraChanged() public méthode

public OnCameraChanged ( PCamera c ) : void
c PCamera
Résultat void

ToTree() public méthode

public ToTree ( ) : void
Résultat void

addTrack() public méthode

public addTrack ( InterpTrack t ) : void
t InterpTrack
Résultat void

openInPCCEd_Click() protected méthode

protected openInPCCEd_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

BioForcedLodModel public_oe property

public int BioForcedLodModel
Résultat int

GroupAnimSets public_oe property

public List GroupAnimSets
Résultat List

InterpTracks public_oe property

public List InterpTracks
Résultat List

bIsParented public_oe property

public bool bIsParented
Résultat bool

collapsed protected_oe property

protected bool collapsed
Résultat bool

colorAccent protected_oe property

protected PNode colorAccent
Résultat PNode

groupColor protected_oe property

protected Color groupColor
Résultat Color

index public_oe property

public int index
Résultat int

keyPropView public_oe property

public TreeView keyPropView
Résultat TreeView

listEntry public_oe property

public PPath listEntry
Résultat PPath

m_eSFXFindActorMode public_oe property

public byteprop m_eSFXFindActorMode
Résultat byteprop

m_nmSFXFindActor public_oe property

public int m_nmSFXFindActor
Résultat int

pcc public_oe property

public ME3Package pcc
Résultat ME3Package

propView protected_oe property

protected TreeView propView
Résultat TreeView

title protected_oe property

protected SText title
Résultat SText