HutongGames_PlayMaker::​FsmFloat
HutongGames_PlayMaker::​NamedVariable
HutongGames_PlayMaker::​FsmFloat

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

Parent

HutongGames_PlayMaker::NamedVariable

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

System.Void

clone
HutongGames.PlayMaker.NamedVariable Clone()
Returns

HutongGames.PlayMaker.NamedVariable

debugstring
System.String DebugString()
Returns

System.String

hutonggames_playmaker::​fsmfloat::​create
static HutongGames.PlayMaker.FsmFloat Create (
HutongGames.PlayMaker.FsmFloat source
)

Constructor replaces new;

Parameters
source
HutongGames.PlayMaker.FsmFloat

no description

Returns

HutongGames.PlayMaker.FsmFloat

hutonggames_playmaker::​fsmfloat::​create
static HutongGames.PlayMaker.FsmFloat Create ()

Constructor replaces new;

Returns

HutongGames.PlayMaker.FsmFloat

hutonggames_playmaker::​fsmfloat::​create
static HutongGames.PlayMaker.FsmFloat Create (
System.String name
)

Constructor replaces new;

Parameters
name
System.String

no description

Returns

HutongGames.PlayMaker.FsmFloat

hutonggames_playmaker::​fsmfloat::​fromassetbundle
static HutongGames.PlayMaker.FsmFloat 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.FsmFloat

safeassign
System.Void SafeAssign(
System.Object val
)

System.Object val-no documentation

Parameters

val -

Returns

System.Void

toint
System.Int32 ToInt()
Returns

System.Int32

tostring
System.String ToString()
Returns

System.String