AvatarReady
Loading...
Searching...
No Matches
Inria.Avatar.AvatarReady.AvatarReadySetupEditor Class Reference

Inspector script for AvatarReadySetup. Gives a easy way to set up a RuntimeImport avatar. More...

Inheritance diagram for Inria.Avatar.AvatarReady.AvatarReadySetupEditor:

Public Member Functions

override void OnInspectorGUI ()
 

Static Public Member Functions

static void SetupAvatarReady (AvatarReadySetup Target)
 if static get the prefab and instantiate it if provided add AvatarReady script if runtimeImport get the default dummy prefab, instantiate it add AvatarReady script
 

Properties

AvatarReadySetup Target [get]
 

Private Member Functions

void ResetAvatarReady ()
 Remove AvatarReady and AvatarReadyRuntimeLink components.
 
void DropdownField (string[] options, ref string value, GUIContent label, Action OnValueChanged=null)
 
void EnumField< T > (ref T inputValue, GUIContent label, Action OnValueChanged=null)
 

Private Attributes

AvatarReadySetup _target
 

Detailed Description

Inspector script for AvatarReadySetup. Gives a easy way to set up a RuntimeImport avatar.

Member Function Documentation

◆ EnumField< T >()

void Inria.Avatar.AvatarReady.AvatarReadySetupEditor.EnumField< T > ( ref T inputValue,
GUIContent label,
Action OnValueChanged = null )
inlineprivate
Type Constraints
T :Enum 

The documentation for this class was generated from the following file: