ExtraInk 2.1
이야기 게임을 더 쉽게 만들수 있도록
Loading...
Searching...
No Matches
StyleManager Class Reference
Inheritance diagram for StyleManager:
Inheritance graph
Collaboration diagram for StyleManager:
Collaboration graph

Public Member Functions

void ChangeStyle (DialogueStyleAsset newStyle)
 스타일 변경
void ChangeStyleByName (string styleName)
 스타일 이름으로 변경
void ResetToDefaultStyle ()
 기본 스타일로 복원
void ApplyStyleToManagers ()
 스타일을 매니저들에 적용
List< string > GetAvailableStyleNames ()
 사용 가능한 스타일 목록 반환
DialogueStyleAsset GetCurrentStyle ()
 현재 스타일 반환
void AddStyle (DialogueStyleAsset style)
 스타일 추가
void RemoveStyle (DialogueStyleAsset style)
 스타일 제거
void RefreshStyles ()
 에디터에서 스타일 새로고침

Public Attributes

List< DialogueStyleAssetavailableStyles = new List<DialogueStyleAsset>()
DialogueStyleAsset defaultStyle
DialogueStyleAsset currentStyle

Properties

static StyleManager Instance [get]

Member Function Documentation

◆ AddStyle()

void StyleManager.AddStyle ( DialogueStyleAsset style)

스타일 추가

◆ ApplyStyleToManagers()

void StyleManager.ApplyStyleToManagers ( )

스타일을 매니저들에 적용

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ChangeStyle()

void StyleManager.ChangeStyle ( DialogueStyleAsset newStyle)

스타일 변경

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ChangeStyleByName()

void StyleManager.ChangeStyleByName ( string styleName)

스타일 이름으로 변경

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetAvailableStyleNames()

List< string > StyleManager.GetAvailableStyleNames ( )

사용 가능한 스타일 목록 반환

◆ GetCurrentStyle()

DialogueStyleAsset StyleManager.GetCurrentStyle ( )

현재 스타일 반환

◆ RefreshStyles()

void StyleManager.RefreshStyles ( )

에디터에서 스타일 새로고침

Here is the call graph for this function:

◆ RemoveStyle()

void StyleManager.RemoveStyle ( DialogueStyleAsset style)

스타일 제거

Here is the call graph for this function:

◆ ResetToDefaultStyle()

void StyleManager.ResetToDefaultStyle ( )

기본 스타일로 복원

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file:
  • D:/Projects/Team_Hajen/ICPDEV_Ink/Assets/DeulPie/ExtraInk/Core/Managers/StyleManager.cs