Click or drag to resize

Grid Class

Grid on the play area
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.AvatarsGrid

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[HelpURLAttribute("https://immerse.readme.io/")]
public sealed class Grid : UnityEngine.MonoBehaviour

The Grid type exposes the following members.

Constructors
  NameDescription
Public methodGrid
Initializes a new instance of the Grid class
Top
Methods
  NameDescription
Public methodAnimateAlpha
Animate the grid alpha
Public methodGetAlpha
Get the grid alpha
Public methodSetAlpha
Set the grid alpha
Public methodSetColors
Set the grid colors
Public methodSetHead
Set the head transform
Public methodSetTexture
Sets the grid texture
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also