C# 클래스 TressFX.TressFXRender

상속: ATressFXRender
파일 보기 프로젝트 열기: kennux/TressFXUnity

공개 프로퍼티들

프로퍼티 타입 설명
hairMaterial UnityEngine.Material

공개 메소드들

메소드 설명
Awake ( ) : void

Start this instance. Initializes the hair material and all other resources.

LateUpdate ( ) : void

보호된 메소드들

메소드 설명
RenderShadows ( ) : void

메소드 상세

Awake() 공개 메소드

Start this instance. Initializes the hair material and all other resources.
public Awake ( ) : void
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

RenderShadows() 보호된 메소드

protected RenderShadows ( ) : void
리턴 void

프로퍼티 상세

hairMaterial 공개적으로 프로퍼티

The hair material.
public Material,UnityEngine hairMaterial
리턴 UnityEngine.Material