Reign.Video.Abstraction.InstanceObject.InstanceObject C# (CSharp) Method

InstanceObject() public method

public InstanceObject ( Object o ) : System.Runtime.InteropServices
o Object
return System.Runtime.InteropServices
        public InstanceObject(Object o)
        {
            Object = o;

            Position = o.Position;
            Scale = o.Scale;
            Rotation = o.Rotation;
        }