C# Class Canguro.Model.Material.Material

Inheritance: Utility.GlobalizedObject, INamed
显示文件 Open project: rforsbach/Treu-Structure Class Usage Examples

Public Properties

Property Type Description
IsLocked bool

Private Properties

Property Type Description

Public Methods

Method Description
Material ( ) : System

Constructora que crea un material basada en el DefaultMaterial definido en MaterialManager.

Material ( Material prototype ) : System

Constructora que crea el material en base a un prototipo.

Material ( string name, bool isLocked, MaterialDesignProps designProps, MaterialTypeProps typeProps, float density ) : System

Constructora que asigna los valores iniciales al material.

ToString ( ) : string

Method Details

Material() public method

Constructora que crea un material basada en el DefaultMaterial definido en MaterialManager.
public Material ( ) : System
return System

Material() public method

Constructora que crea el material en base a un prototipo.
public Material ( Material prototype ) : System
prototype Material
return System

Material() public method

Constructora que asigna los valores iniciales al material.
public Material ( string name, bool isLocked, MaterialDesignProps designProps, MaterialTypeProps typeProps, float density ) : System
name string
isLocked bool
designProps MaterialDesignProps
typeProps MaterialTypeProps
density float
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

IsLocked public_oe property

public bool IsLocked
return bool