프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FixedAttach | FxAttach | ||
StaticAttach | StAttach | ||
attachMode | AttachModeInfo | ||
dockedAttachModule |
메소드 | 설명 | |
---|---|---|
AttachFixed ( Part srcPart, Part tgtPart, float breakForce ) : void | ||
AttachStatic ( float breakForce = 10 ) : void | ||
Detach ( ) : void | ||
Detach ( AttachType attachType ) : void | ||
MoveAbove ( Vector3 position, Vector3 normal, float distance ) : void | ||
OnJointBreakFixed ( ) : void | ||
OnJointBreakStatic ( ) : void | ||
OnLoad ( |
||
OnPartPack ( ) : void | ||
OnPartUnpack ( ) : void | ||
OnSave ( |
||
OnStart ( StartState state ) : void |
메소드 | 설명 | |
---|---|---|
AttachDocked ( |
||
InitFixedAttach ( ) : void | ||
OnDestroy ( ) : void | ||
OnJointBreak ( float breakForce ) : void | ||
OnPartDie ( ) : void |
메소드 | 설명 | |
---|---|---|
GetDominantVessel ( Vessel v1, Vessel v2 ) : Vessel | ||
OnVesselGoOffRails ( Vessel vess ) : void | ||
SetCreateJointOnUnpack ( bool newval ) : void | ||
UndockVessel ( ) : void | ||
WaitAndCheckJoint ( ) : IEnumerator | ||
WaitAndInitFixedAttach ( ) : IEnumerator |
protected AttachDocked ( |
||
otherAttachModule | ||
forceDominant | Vessel | |
리턴 | void |
public AttachFixed ( Part srcPart, Part tgtPart, float breakForce ) : void | ||
srcPart | Part | |
tgtPart | Part | |
breakForce | float | |
리턴 | void |
public MoveAbove ( Vector3 position, Vector3 normal, float distance ) : void | ||
position | Vector3 | |
normal | Vector3 | |
distance | float | |
리턴 | void |