Table of Contents

Method SetProperty

Namespace
GrindFest.GameMaster
Assembly
GrindFest.dll

SetProperty(GameObject, string, JToken)

Set a property on a GameObject by path (e.g., "CharacterBehaviour.Strength"). Supports Component.Field paths and searches children if prefixed with ChildName.

public static string SetProperty(GameObject go, string path, JToken value)

Parameters

go GameObject
path string
value JToken

Returns

string