C# 클래스 Axiom.Animating.PoseRef

Reference to a pose at a given influence level
Each keyframe can refer to many poses each at a given influence level.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
influence float
poseIndex ushort

공개 메소드들

메소드 설명
PoseRef ( ushort poseIndex, float influence ) : System

메소드 상세

PoseRef() 공개 메소드

public PoseRef ( ushort poseIndex, float influence ) : System
poseIndex ushort
influence float
리턴 System

프로퍼티 상세

influence 공개적으로 프로퍼티

Influence level of the linked pose. 1.0 for full influence (full offset), 0.0 for no influence.
public float influence
리턴 float

poseIndex 공개적으로 프로퍼티

The linked pose index.
The Mesh contains all poses for all vertex data in one list, both for the shared vertex data and the dedicated vertex data on submeshes. The 'target' on the parent track must match the 'target' on the linked pose.
public ushort poseIndex
리턴 ushort