détermine la position de l'entité sur l'axe Z


Namespace: Tzu_Engine.Scene
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub Translate_Z( _ 
   ByVal Z As Single _ 
)
C#
public void Translate_Z(
   float Z
)
C++
public:
 void Translate_Z(
   float Z
) sealed 
J#
public void Translate_Z(
   float Z
)
JScript
public  function Translate_Z(
   Z : float
)

Parameters

Z

See Also