C# Class UnityPlatformer.CommentAttribute

Comment Attribute
Inheritance: UnityEngine.PropertyAttribute
Mostrar archivo Open project: llafuente/unity-platformer

Public Properties

Property Type Description
comment string

Public Methods

Method Description
CommentAttribute ( string comment ) : UnityEngine

Constructor

Method Details

CommentAttribute() public method

Constructor
public CommentAttribute ( string comment ) : UnityEngine
comment string
return UnityEngine

Property Details

comment public_oe property

Comment
public string comment
return string