Skip to content

Game.Prefabs.CharacterGroup+IndexWeight

Assembly: Game
Namespace: Game.Prefabs

Type: struct sealed public

Base: System.ValueType

Attributes: Serializable

Code

public sealed struct IndexWeight
{
    public System.Int32 index;
    public System.Single weight;

}

Fields

  • public System.Int32 index
public System.Int32 index;
  • public System.Single weight
public System.Single weight;