Radegast.Rendering.SceneObject.Initialize C# (CSharp) Method

Initialize() public method

Task performed the fist time object is set for rendering
public Initialize ( ) : void
return void
        public virtual void Initialize()
        {
            RenderPosition = InterpolatedPosition = BasePrim.Position;
            RenderRotation = InterpolatedRotation = BasePrim.Rotation;
            Initialized = true;
        }