C# Class Fancy, CodeSpells

Inheritance: MonoBehaviour
显示文件 Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
current_behaviour MonoBehaviour
current_file_loc string
current_line_number int
current_object GameObject

Public Methods

Method Description
Clear ( ) : void
InstantiatePrefab ( GameObject prefab, Vector3 location, Quaternion rotation ) : GameObject
gizmoFor ( GameObject obj ) : void
setSelected ( GameObject obj ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

InstantiatePrefab() public static method

public static InstantiatePrefab ( GameObject prefab, Vector3 location, Quaternion rotation ) : GameObject
prefab GameObject
location Vector3
rotation Quaternion
return GameObject

gizmoFor() public static method

public static gizmoFor ( GameObject obj ) : void
obj GameObject
return void

setSelected() public static method

public static setSelected ( GameObject obj ) : void
obj GameObject
return void

Property Details

current_behaviour public_oe static_oe property

public static MonoBehaviour current_behaviour
return MonoBehaviour

current_file_loc public_oe static_oe property

public static string current_file_loc
return string

current_line_number public_oe static_oe property

public static int current_line_number
return int

current_object public_oe static_oe property

public static GameObject current_object
return GameObject