Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Event.Break< TBreakType > Class Template ReferenceSerializable

[Serializable] More...

Public Attributes

int percentChance
 

Properties

TBreakType BrakeType [get, set]
 
bool IsActive [get, set]
 

Private Attributes

TBreakType brakeType
 [SerializeField]
 

Detailed Description

[Serializable]

Type Constraints
TBreakType :Enum 

Definition at line 10 of file Break.cs.

Member Data Documentation

◆ brakeType

TBreakType PixoVR.Event.Break< TBreakType >.brakeType
privateSerializeField

[SerializeField]

Definition at line 15 of file Break.cs.

◆ percentChance

int PixoVR.Event.Break< TBreakType >.percentChance

Definition at line 19 of file Break.cs.

Property Documentation

◆ BrakeType

TBreakType PixoVR.Event.Break< TBreakType >.BrakeType
getset

Definition at line 17 of file Break.cs.

◆ IsActive

bool PixoVR.Event.Break< TBreakType >.IsActive
getset

Definition at line 21 of file Break.cs.


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