Class FsmObjectLocation
ObjectLocation which replaces an FsmGameObject.
Inheritance
System.Object
FsmObjectLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Locations
Assembly: ItemChanger.dll
Syntax
public class FsmObjectLocation : ObjectLocation
Fields
| Improve this Doc View SourcefsmName
Declaration
public string fsmName
Field Value
Type | Description |
---|---|
System.String |
fsmParent
Declaration
public string fsmParent
Field Value
Type | Description |
---|---|
System.String |
fsmVariable
Declaration
public string fsmVariable
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnActiveSceneChanged(Scene)
Declaration
public override void OnActiveSceneChanged(Scene to)
Parameters
Type | Name | Description |
---|---|---|
Scene | to |