C# 클래스 SSTUTools.SSTUConstraint

파일 보기 프로젝트 열기: shadowmage45/SSTULabs

공개 프로퍼티들

프로퍼티 타입 설명
mover UnityEngine.Transform
pass int
target UnityEngine.Transform

공개 메소드들

메소드 설명
SSTUConstraint ( ConfigNode node, Transform mover, Transform target, Part part ) : System
updateConstraint ( int pass ) : void

보호된 메소드들

메소드 설명
updateConstraintInernal ( ) : void

메소드 상세

SSTUConstraint() 공개 메소드

public SSTUConstraint ( ConfigNode node, Transform mover, Transform target, Part part ) : System
node System.ConfigNode
mover UnityEngine.Transform
target UnityEngine.Transform
part Part
리턴 System

updateConstraint() 공개 메소드

public updateConstraint ( int pass ) : void
pass int
리턴 void

updateConstraintInernal() 보호된 메소드

protected updateConstraintInernal ( ) : void
리턴 void

프로퍼티 상세

mover 공개적으로 프로퍼티

public Transform,UnityEngine mover
리턴 UnityEngine.Transform

pass 공개적으로 프로퍼티

public int pass
리턴 int

target 공개적으로 프로퍼티

public Transform,UnityEngine target
리턴 UnityEngine.Transform