C# Class ME3Explorer.Matinee.SFXInterpTrackAttachToActor

Inheritance: BioInterpTrack
ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
BoneName int
RelativeOffset Vector
RelativeRotation Rotator
bDetach bool
bHardAttach bool
bUseRelativeOffset bool
bUseRelativeRotation bool
m_aTarget List

Public Methods

Method Description
LoadData ( ) : void
SFXInterpTrackAttachToActor ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
ToTree ( ) : void

Method Details

LoadData() public method

public LoadData ( ) : void
return void

SFXInterpTrackAttachToActor() public method

public SFXInterpTrackAttachToActor ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
idx int
pccobj ME3Package
return ME3Explorer.SequenceObjects

ToTree() public method

public ToTree ( ) : void
return void

Property Details

BoneName public_oe property

public int BoneName
return int

RelativeOffset public_oe property

public Vector,ME3Explorer.Matinee RelativeOffset
return Vector

RelativeRotation public_oe property

public Rotator,ME3Explorer.Matinee RelativeRotation
return Rotator

bDetach public_oe property

public bool bDetach
return bool

bHardAttach public_oe property

public bool bHardAttach
return bool

bUseRelativeOffset public_oe property

public bool bUseRelativeOffset
return bool

bUseRelativeRotation public_oe property

public bool bUseRelativeRotation
return bool

m_aTarget public_oe property

public List m_aTarget
return List