Skip to content

T_MSCLoader_PlayMakerExtensions

piotrulos edited this page Apr 7, 2023 · 4 revisions

PlayMakerExtensions Class

PlayMaker extensions for Unity API

Inheritance Hierarchy

System.Object
  MSCLoader.PlayMakerExtensions
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static class PlayMakerExtensions

View Source
The PlayMakerExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member AddAction Adds a FsmStateAction to the FsmState
Public methodStatic member AddActions Adds multiple FsmStateActions to the FsmState
Public methodStatic member AddGlobalTransition Adds a GlobalTransition to the PlayMakerFSM
Public methodStatic member AddState Adds an empty FsmState to the PlayMakerFSM
Public methodStatic member AddTransition Adds a FsmTransition to the FsmState
Public methodStatic member AddVariable(PlayMakerFSM, FsmBool) Add FsmBool variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmColor) Add FsmColor variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmFloat) Add FsmFloat variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmGameObject) Add FsmGameObject variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmInt) Add FsmInt variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmMaterial) Add FsmMaterial variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmObject) Add FsmObject variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmQuaternion) Add FsmQuaternion variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmRect) Add FsmRect variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmString) Add FsmString variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmTexture) Add FsmTexture variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmVector2) Add FsmVector2 variable to PlayMakerFSM
Public methodStatic member AddVariable(PlayMakerFSM, FsmVector3) Add FsmVector3 variable to PlayMakerFSM
Public methodStatic member FsmInject FSM Inject as extension (same as old FsmHook.FsmInject)
Public methodStatic member GetAction(T) Gets a FsmStateAction from the FsmState
Public methodStatic member GetGlobalTransition Gets a GlobalTransition of the PlayMakerFSM
Public methodStatic member GetPlayMaker(GameObject, String) Get PlayMaker from this object by Name
Public methodStatic member GetPlayMaker(Transform, String) Get PlayMaker from this object by Name
Public methodStatic member GetPlayMakerState Get PlayMaker state from this object by Name
Public methodStatic member GetState(PlayMakerFSM, Int32) Gets a FsmState from the PlayMakerFSM
Public methodStatic member GetState(PlayMakerFSM, String) Gets a FsmState from the PlayMakerFSM
Public methodStatic member GetTransition Gets a FsmTransition from the FsmState
Public methodStatic member GetVariable(T) Get a variable of specified type and name.
Public methodStatic member InitializeFSM Initialize a PlayMakerFSM
Public methodStatic member InsertAction Inserts a FsmStateAction in the FsmState
Public methodStatic member RemoveAction Removes a FsmStateAction from the FsmState
Public methodStatic member ReplaceAction Replaces a FsmStateAction in the FsmState
  Back to Top

See Also

Reference

MSCLoader Namespace

Clone this wiki locally