Exemplo n.º 1
0
 /// <summary>Set the forward axis</summary>
 public extern void SetForwardAxis(ESplineMeshAxis InForwardAxis, bool bUpdateMesh = true);
Exemplo n.º 2
0
/// <summary>Set the forward axis</summary>
        public void SetForwardAxis(ESplineMeshAxis InForwardAxis, bool bUpdateMesh = true)
        {
            CheckIsValid();
            SetForwardAxis(_this.Get(), (int)InForwardAxis, bUpdateMesh?1:0);
        }