Class Hacks
public static class Hacks
- Inheritance
-
Hacks
- Inherited Members
Methods
CreateFXGroupFromPrefab(ISimulationObjectView, PartBehavior, string, GameObject, Transform)
public static FXGroup CreateFXGroupFromPrefab(ISimulationObjectView simObject, PartBehavior part, string fxGroupName, GameObject prefabObject, Transform transform)
Parameters
simObjectISimulationObjectViewpartPartBehaviorfxGroupNamestringprefabObjectGameObjecttransformTransform
Returns
CreateFXGroupFromPrefab(GameObject, Transform)
public static FXGroup CreateFXGroupFromPrefab(GameObject prefabObject, Transform transform)
Parameters
prefabObjectGameObjecttransformTransform
Returns
CreateFXGroupFromPrefab<T>(ISimulationObjectView, PartBehavior, string, string, Transform, Action<T>)
public static void CreateFXGroupFromPrefab<T>(ISimulationObjectView simObject, PartBehavior part, string fxGroupName, string fxPrefabName, Transform transform, Action<T> resultCallback) where T : FXGroup
Parameters
simObjectISimulationObjectViewpartPartBehaviorfxGroupNamestringfxPrefabNamestringtransformTransformresultCallbackAction<T>
Type Parameters
T