SetBlend() 공개 메소드

public SetBlend ( float blend, float deltaTime = 1f ) : void
blend float
deltaTime float
리턴 void
예제 #1
0
 protected virtual void Awake()
 {
     _fixedOffset.delay = 0.4f;
     _smoothedTrackingLatency.SetBlend(0.99f, 0.0111f);
 }