Ejemplo n.º 1
0
 public void SetCameraDistance(float inDistance)
 {
     EditorRendererPINVOKE.EditorViewport_SetCameraDistance(swigCPtr, inDistance);
 }
Ejemplo n.º 2
0
 public void SetCameraYaw(float inYaw)
 {
     EditorRendererPINVOKE.EditorViewport_SetCameraYaw(swigCPtr, inYaw);
 }
Ejemplo n.º 3
0
 public RotateBoneAnimationComponent() : this(EditorRendererPINVOKE.new_RotateBoneAnimationComponent(), true)
 {
 }
Ejemplo n.º 4
0
 public void StopAnimation()
 {
     EditorRendererPINVOKE.RotateBoneAnimationComponent_StopAnimation(swigCPtr);
 }
Ejemplo n.º 5
0
 public override void Destroy()
 {
     EditorRendererPINVOKE.RotateBoneAnimationComponent_Destroy(swigCPtr);
 }
Ejemplo n.º 6
0
 public override void Update(float DeltaTime, float TotalTime)
 {
     EditorRendererPINVOKE.RotateBoneAnimationComponent_Update(swigCPtr, DeltaTime, TotalTime);
 }
Ejemplo n.º 7
0
 internal RotateBoneAnimationComponent(global::System.IntPtr cPtr, bool cMemoryOwn) : base(EditorRendererPINVOKE.RotateBoneAnimationComponent_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
 }