C# Class UnityEngine_TransformWrap, UnityHello

Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

Méthode Description
Register ( LuaState L ) : void

Private Methods

Méthode Description
DetachChildren ( IntPtr L ) : int
Find ( IntPtr L ) : int
FindChild ( IntPtr L ) : int
GetChild ( IntPtr L ) : int
GetEnumerator ( IntPtr L ) : int
GetSiblingIndex ( IntPtr L ) : int
InverseTransformDirection ( IntPtr L ) : int
InverseTransformPoint ( IntPtr L ) : int
InverseTransformVector ( IntPtr L ) : int
IsChildOf ( IntPtr L ) : int
LookAt ( IntPtr L ) : int
Rotate ( IntPtr L ) : int
RotateAround ( IntPtr L ) : int
SetAsFirstSibling ( IntPtr L ) : int
SetAsLastSibling ( IntPtr L ) : int
SetParent ( IntPtr L ) : int
SetSiblingIndex ( IntPtr L ) : int
TransformDirection ( IntPtr L ) : int
TransformPoint ( IntPtr L ) : int
TransformVector ( IntPtr L ) : int
Translate ( IntPtr L ) : int
get_childCount ( IntPtr L ) : int
get_eulerAngles ( IntPtr L ) : int
get_forward ( IntPtr L ) : int
get_hasChanged ( IntPtr L ) : int
get_localEulerAngles ( IntPtr L ) : int
get_localPosition ( IntPtr L ) : int
get_localRotation ( IntPtr L ) : int
get_localScale ( IntPtr L ) : int
get_localToWorldMatrix ( IntPtr L ) : int
get_lossyScale ( IntPtr L ) : int
get_parent ( IntPtr L ) : int
get_position ( IntPtr L ) : int
get_right ( IntPtr L ) : int
get_root ( IntPtr L ) : int
get_rotation ( IntPtr L ) : int
get_up ( IntPtr L ) : int
get_worldToLocalMatrix ( IntPtr L ) : int
op_Equality ( IntPtr L ) : int
set_eulerAngles ( IntPtr L ) : int
set_forward ( IntPtr L ) : int
set_hasChanged ( IntPtr L ) : int
set_localEulerAngles ( IntPtr L ) : int
set_localPosition ( IntPtr L ) : int
set_localRotation ( IntPtr L ) : int
set_localScale ( IntPtr L ) : int
set_parent ( IntPtr L ) : int
set_position ( IntPtr L ) : int
set_right ( IntPtr L ) : int
set_rotation ( IntPtr L ) : int
set_up ( IntPtr L ) : int

Method Details

Register() public static méthode

public static Register ( LuaState L ) : void
L LuaState
Résultat void