GAF  1.0.21
General animation format player for Unity
Public Member Functions | Properties | Private Member Functions | Private Attributes | List of all members
GAFEditor.Core.GAFObjectsManagerEditor Class Reference
Inheritance diagram for GAFEditor.Core.GAFObjectsManagerEditor:

Public Member Functions

void clearLists ()
 
override void OnInspectorGUI ()
 

Properties

new GAFObjectsManager target [get]
 

Private Member Functions

void refillControllersLists ()
 
List< uint > getObjectsWithoutController ()
 
List< uint > getObjectsWithController ()
 

Private Attributes

bool m_ShowObjects = false
 
List< uint > m_WithoutController = null
 
List< uint > m_WithContoller = null
 
Vector2 m_ScrollPosition = new Vector2()
 

Member Function Documentation

void GAFEditor.Core.GAFObjectsManagerEditor.clearLists ( )
List<uint> GAFEditor.Core.GAFObjectsManagerEditor.getObjectsWithController ( )
private
List<uint> GAFEditor.Core.GAFObjectsManagerEditor.getObjectsWithoutController ( )
private
override void GAFEditor.Core.GAFObjectsManagerEditor.OnInspectorGUI ( )
void GAFEditor.Core.GAFObjectsManagerEditor.refillControllersLists ( )
private

Member Data Documentation

Vector2 GAFEditor.Core.GAFObjectsManagerEditor.m_ScrollPosition = new Vector2()
private
bool GAFEditor.Core.GAFObjectsManagerEditor.m_ShowObjects = false
private
List<uint> GAFEditor.Core.GAFObjectsManagerEditor.m_WithContoller = null
private
List<uint> GAFEditor.Core.GAFObjectsManagerEditor.m_WithoutController = null
private

Property Documentation

new GAFObjectsManager GAFEditor.Core.GAFObjectsManagerEditor.target
get

The documentation for this class was generated from the following file: