캐릭터 움직임 및 애니메이션
This commit is contained in:
20
Assets/External/Tools/SyntyPropBoneTool/Enums/UpdateType.cs
vendored
Normal file
20
Assets/External/Tools/SyntyPropBoneTool/Enums/UpdateType.cs
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright (c) 2024 Synty Studios Limited. All rights reserved.
|
||||
//
|
||||
// Use of this software is subject to the terms and conditions of the Synty Studios End User Licence Agreement (EULA)
|
||||
// available at: https://syntystore.com/pages/end-user-licence-agreement
|
||||
//
|
||||
// For additional details, see the LICENSE.MD file bundled with this software.
|
||||
|
||||
using System;
|
||||
|
||||
namespace Synty.Tools.SyntyPropBoneTool
|
||||
{
|
||||
[Serializable]
|
||||
public enum UpdateType
|
||||
{
|
||||
Update,
|
||||
FixedUpdate,
|
||||
LateUpdate,
|
||||
Manual
|
||||
}
|
||||
}
|
||||
11
Assets/External/Tools/SyntyPropBoneTool/Enums/UpdateType.cs.meta
vendored
Normal file
11
Assets/External/Tools/SyntyPropBoneTool/Enums/UpdateType.cs.meta
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ea7aa1d8705db4ded978caff69f46323
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user