NormalTranslateModifier.Translation

This page contains reference documentation for the Translation member. This funtion returns the TRANSLATION value for the modifier.

Declaration

double Translation;

Examples

Examples are as follows:

NormalTranslateModifier modifier = new NormalTranslateModifier;
modifier.Name = "MoveModifier";
modifier.Translation = 4;

Working Sample Code

For sample code: