C# Class ResourceAttribute, Unity3D-ResourceAttribute

Inheritance: Attribute
Exibir arquivo Open project: Thundernerd/Unity3D-ResourceAttribute Class Usage Examples

Public Properties

Property Type Description
ForceType bool
Name string

Public Methods

Method Description
ResourceAttribute ( string name ) : UnityEngine
ResourceAttribute ( string name, bool forceType ) : UnityEngine

Method Details

ResourceAttribute() public method

public ResourceAttribute ( string name ) : UnityEngine
name string
return UnityEngine

ResourceAttribute() public method

public ResourceAttribute ( string name, bool forceType ) : UnityEngine
name string
forceType bool
return UnityEngine

Property Details

ForceType public_oe property

public bool ForceType
return bool

Name public_oe property

public string Name
return string