Method CreateTransform
CreateTransform(out Matrix4)
When overridden in a derived class, initializes the matrix transform that should be combined with each element in the sequence.
protected abstract void CreateTransform(out Matrix4 result)
Parameters
result
Matrix4When this method returns, contains the relative matrix transform to be combined with each element in the sequence.