C# 클래스 Canguro.Model.Material.Material

상속: Utility.GlobalizedObject, INamed
파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsLocked bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Material() 공개 메소드

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

Material() 공개 메소드

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

Material() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsLocked 공개적으로 프로퍼티

public bool IsLocked
리턴 bool