C# Class TransformHelper, RPGQuest

ファイルを表示 Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
GetChild ( string name, Transform t ) : Transform
Mount ( Transform parent, Transform child, bool setToPosition, bool localSpace, Vector3 positionOffset, bool useRotation, Vector3 rotationOffset ) : void

Method Details

GetChild() public static method

public static GetChild ( string name, Transform t ) : Transform
name string
t Transform
return Transform

Mount() public static method

public static Mount ( Transform parent, Transform child, bool setToPosition, bool localSpace, Vector3 positionOffset, bool useRotation, Vector3 rotationOffset ) : void
parent Transform
child Transform
setToPosition bool
localSpace bool
positionOffset Vector3
useRotation bool
rotationOffset Vector3
return void