C# 클래스 SSTUTools.AttachNodeBaseData

Persistent static data for an attach node position for a ModelBaseData. These instances will be copied into the live model data class into an AttachNodeData instance, which includes utility methods for updating the node position and has non-readonly fields for run-time manipulation.
파일 보기 프로젝트 열기: shadowmage45/SSTULabs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
orientation Vector3
position Vector3
size int

공개 메소드들

메소드 설명
AttachNodeBaseData ( String nodeData ) : System

메소드 상세

AttachNodeBaseData() 공개 메소드

public AttachNodeBaseData ( String nodeData ) : System
nodeData String
리턴 System

프로퍼티 상세

orientation 공개적으로 프로퍼티

public Vector3 orientation
리턴 Vector3

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

size 공개적으로 프로퍼티

public int size
리턴 int