BlockReference.MoveTo Method

Allow the entity to be moved/rotated on the GPU using RenderContext calls during animation.
Public Overridable Sub MoveTo( _ 
ByVal data As DrawParams
)
This language is not supported or no code example is available.
public virtual void MoveTo( 
DrawParams data 
)
This language is not supported or no code example is available.

Parameters

data
DrawParams

Remarks
 

It is always recommended to call base class implementation from overriders.

It is important when applying an on-the-fly transformation in this method to override the BlockReference.IsInFrustum() and return true without calling the base method in order to avoid undesired clipping.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition