HutongGames_PlayMaker::​FsmRect
HutongGames_PlayMaker::​NamedVariable
HutongGames_PlayMaker::​FsmRect

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

Parent

HutongGames_PlayMaker::NamedVariable

Variables
rawvalue
System.Object rawvalue
value
UnityEngine.Rect 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::​fsmrect::​create
static HutongGames.PlayMaker.FsmRect Create (
HutongGames.PlayMaker.FsmRect source
)

Constructor replaces new;

Parameters
source
HutongGames.PlayMaker.FsmRect

no description

Returns

HutongGames.PlayMaker.FsmRect

hutonggames_playmaker::​fsmrect::​create
static HutongGames.PlayMaker.FsmRect Create (
System.String name
)

Constructor replaces new;

Parameters
name
System.String

no description

Returns

HutongGames.PlayMaker.FsmRect

hutonggames_playmaker::​fsmrect::​create
static HutongGames.PlayMaker.FsmRect Create ()

Constructor replaces new;

Returns

HutongGames.PlayMaker.FsmRect

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

tostring
System.String ToString()
Returns

System.String