Tesla Graphics Engine Documentation (January 2012)
GetValue Method (valueEnum, value)
TeslaTesla.CoreEngineValueMapGetValue(EngineValue, Vector4%)
Convenience method for retrieving the Vector4 value corresponding to the specified engine value.
Declaration Syntax
C#
public void GetValue(
	EngineValue valueEnum,
	out Vector4 value
)
Parameters
valueEnum (EngineValue)
EngineValue enum
value (Vector4%)
fVector4 value to store result
Exceptions
Exception Condition
InvalidOperationException Thrown if the engine value specified does not correspond to a Vector4 value.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)