hyades.entity.Entity.GetTransform C# (CSharp) Method

GetTransform() public method

public GetTransform ( ) : Matrix
return Matrix
        public Matrix GetTransform()
        {
            Matrix transform;
            CreateWorldTransformMatrix(ref position, ref rotation, ref size, out transform);

            return transform;
        }