C# 클래스 Reign.Video.Abstraction.SoftwareMaterial

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Textures string>.Dictionary
Values1 float>.Dictionary
Values2 Vector2>.Dictionary
Values3 Vector3>.Dictionary
Values4 Vector4>.Dictionary

공개 메소드들

메소드 설명
SoftwareMaterial ( RMX_Material material ) : System.Collections.Generic

메소드 상세

SoftwareMaterial() 공개 메소드

public SoftwareMaterial ( RMX_Material material ) : System.Collections.Generic
material RMX_Material
리턴 System.Collections.Generic

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Textures 공개적으로 프로퍼티

public Dictionary Textures
리턴 string>.Dictionary

Values1 공개적으로 프로퍼티

public Dictionary Values1
리턴 float>.Dictionary

Values2 공개적으로 프로퍼티

public Dictionary Values2
리턴 Vector2>.Dictionary

Values3 공개적으로 프로퍼티

public Dictionary Values3
리턴 Vector3>.Dictionary

Values4 공개적으로 프로퍼티

public Dictionary Values4
리턴 Vector4>.Dictionary