Public Member Functions | |
| override string | FactoryName () |
Public Member Functions inherited from DustEngine.Factory | |
| Vector3 | GetPositionInWorldSpace (FactoryInstance factoryInstance) |
| Vector3 | GetPositionInWorldSpace (Vector3 localPosition) |
| Vector3 | GetPositionInLocalSpace (Vector3 worldPoint) |
| FactoryMachine.Record | AddFactoryMachine (FactoryMachine factoryMachine) |
| FactoryMachine.Record | AddFactoryMachine (FactoryMachine factoryMachine, float intensity, bool isEnabled) |
| void | RebuildInstances () |
| void | UpdateInstancesZeroStates () |
| virtual int | GetDynamicStateHashCode () |
| void | UpdateInstancesDynamicStates () |
| void | UpdateInstancesDynamicStates (bool forced) |
Additional Inherited Members | |
Public Types inherited from DustEngine.Factory | |
| enum class | InspectorDisplay { None = 0 , Value = 1 , Color = 2 , Index = 3 , UV = 4 } |
| enum class | InstanceAccessMode { Normal = 0 , NotEditable = 1 , HideInHierarchy = 2 } |
| enum class | InstanceTypeMode { Inherit = 0 , UnpackPrefabs = 1 } |
| enum class | IterateMode { Iterate = 0 , Random = 1 } |
| enum class | Orientation { XY = 0 , ZY = 1 , XZ = 2 } |
| enum class | SourceObjectsMode { Holder = 0 , List = 1 , HolderAndList = 2 } |
| enum class | TransformSequence { PositionRotationScale = 0 , RotationPositionScale = 1 } |
| enum class | TransformSpace { Factory = 0 , Instance = 1 } |
Static Public Member Functions inherited from DustEngine.DuMonoBehaviour | |
| static void | print_war (object message) |
| static void | print_err (object message) |
Protected Member Functions inherited from DustEngine.Factory | |
| void | DestroyAllInstances () |
Static Protected Member Functions inherited from DustEngine.DuMonoBehaviour | |
| static bool | UpdatePropertyValue (ref bool originValue, bool newValue) |
| static bool | UpdatePropertyValue (ref int originValue, int newValue) |
| static bool | UpdatePropertyValue (ref float originValue, float newValue) |
| static bool | UpdatePropertyValue (ref Color originValue, Color newValue) |
| static bool | UpdatePropertyValue (ref Vector3 originValue, Vector3 newValue) |
| static bool | UpdatePropertyValue (ref Vector3Int originValue, Vector3Int newValue) |
| static bool | UpdatePropertyValue (ref GameObject originValue, GameObject newValue) |
Protected Attributes inherited from DustEngine.Factory | |
| TransformSpace | m_TransformSpace = TransformSpace.Factory |
| TransformSequence | m_TransformSequence = TransformSequence.PositionRotationScale |
| Vector3 | m_TransformPosition = Vector3.zero |
| Vector3 | m_TransformRotation = Vector3.zero |
| Vector3 | m_TransformScale = Vector3.one |