C# 클래스 MMDSkinsScript, StereoAR-for-Unity

상속: MonoBehaviour
파일 보기 프로젝트 열기: hecomi/StereoAR-for-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
current_morph Vector3[]
morphTarget Vector3[]
skinType SkinType
targetIndices int[]

공개 메소드들

메소드 설명
Compute ( Vector3 composite ) : bool
Start ( ) : void

메소드 상세

Compute() 공개 메소드

public Compute ( Vector3 composite ) : bool
composite Vector3
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

current_morph 공개적으로 프로퍼티

public Vector3[] current_morph
리턴 Vector3[]

morphTarget 공개적으로 프로퍼티

public Vector3[] morphTarget
리턴 Vector3[]

skinType 공개적으로 프로퍼티

public SkinType skinType
리턴 SkinType

targetIndices 공개적으로 프로퍼티

public int[] targetIndices
리턴 int[]