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

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