C# 클래스 Bezier.BezierPointInfo

Bezier point info.
파일 보기 프로젝트 열기: inoook/BezierPath 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
point UnityEngine.Vector3
rotation UnityEngine.Quaternion
tangent UnityEngine.Vector3

프로퍼티 상세

point 공개적으로 프로퍼티

public Vector3,UnityEngine point
리턴 UnityEngine.Vector3

rotation 공개적으로 프로퍼티

public Quaternion,UnityEngine rotation
리턴 UnityEngine.Quaternion

tangent 공개적으로 프로퍼티

public Vector3,UnityEngine tangent
리턴 UnityEngine.Vector3