Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Properties | List of all members
Chunks.Plugins.OverrideAttribute Class Reference

Used to mark Component or GameMode classes that should be substituted for the specified class that they extend. More...

Inheritance diagram for Chunks.Plugins.OverrideAttribute:

Public Member Functions

 OverrideAttribute (Type typeToOverride)
 Constructs a new OverrideAttribute, specifying the type to override. More...
 

Properties

Type TypeToOverride [get]
 The type that the class this attribute is attached to should override. More...
 

Detailed Description

Used to mark Component or GameMode classes that should be substituted for the specified class that they extend.

Constructor & Destructor Documentation

Chunks.Plugins.OverrideAttribute.OverrideAttribute ( Type  typeToOverride)

Constructs a new OverrideAttribute, specifying the type to override.

Parameters
typeToOverrideThe type that the class this attribute is attached to should override.

Property Documentation

Type Chunks.Plugins.OverrideAttribute.TypeToOverride
get

The type that the class this attribute is attached to should override.


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