Point3NormalizeValidator
Engine/source/console/typeValidators.h
Vector normalization validator.
Public Functions
Point3NormalizeValidator(F32 normalizeLength)
validateType(SimObject * object, void * typePtr)
validateType is called for each assigned value on the field this validator is attached to.
Detailed Description
Vector normalization validator.
Private Attributes
F32 length
Public Functions
Point3NormalizeValidator(F32 normalizeLength)
getLength()
validateType(SimObject * object, void * typePtr)
Reimplemented from: TypeValidator