HutongGames_PlayMaker::​FsmObject
HutongGames_PlayMaker::​NamedVariable
HutongGames_PlayMaker::​FsmObject
HutongGames_PlayMaker::​FsmMaterial
HutongGames_PlayMaker::​FsmTexture

class:/TYPE/HutongGames.PlayMaker.FsmObject//, can be loaded from an assetbundle using HutongGames_PlayMaker::FsmObject::createfromassetbundle(bundlename,prefabname) /

Parent

HutongGames_PlayMaker::NamedVariable

Variables
rawvalue
System.Object rawvalue
typename
readonly System.String typename
value
UnityEngine.Object value
variabletype
readonly HutongGames.PlayMaker.VariableType variabletype
Functions
clear
System.Void Clear()
Returns

System.Void

clone
HutongGames.PlayMaker.NamedVariable Clone()
Returns

HutongGames.PlayMaker.NamedVariable

hutonggames_playmaker::​fsmobject::​create
static HutongGames.PlayMaker.FsmObject Create (
System.String name
)

Constructor replaces new;

Parameters
name
System.String

no description

Returns

HutongGames.PlayMaker.FsmObject

hutonggames_playmaker::​fsmobject::​create
static HutongGames.PlayMaker.FsmObject Create (
HutongGames.PlayMaker.FsmObject source
)

Constructor replaces new;

Parameters
source
HutongGames.PlayMaker.FsmObject

no description

Returns

HutongGames.PlayMaker.FsmObject

hutonggames_playmaker::​fsmobject::​create
static HutongGames.PlayMaker.FsmObject Create ()

Constructor replaces new;

Returns

HutongGames.PlayMaker.FsmObject

hutonggames_playmaker::​fsmobject::​fromassetbundle
static HutongGames.PlayMaker.FsmObject CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

HutongGames.PlayMaker.FsmObject

tostring
System.String ToString()
Returns

System.String